DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View<T> Class / Item Property

In This Topic
    Item Property (View<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal ordinal As Integer _
    ) As T
    public T this[ 
       int ordinal
    ]; {get;}

    Parameters

    ordinal
    See Also